func crypto/internal/fips140/mlkem.ntt
9 uses
crypto/internal/fips140/mlkem (current package)
field.go#L446: func ntt(f ringElement) nttElement {
mlkem1024.go#L228: s[i] = ntt(samplePolyCBD(σ, N))
mlkem1024.go#L233: e[i] = ntt(samplePolyCBD(σ, N))
mlkem1024.go#L361: r[i] = ntt(samplePolyCBD(rnd, N))
mlkem1024.go#L452: mask = polyAdd(mask, nttMul(dx.s[i], ntt(u[i])))
mlkem768.go#L287: s[i] = ntt(samplePolyCBD(σ, N))
mlkem768.go#L292: e[i] = ntt(samplePolyCBD(σ, N))
mlkem768.go#L420: r[i] = ntt(samplePolyCBD(rnd, N))
mlkem768.go#L511: mask = polyAdd(mask, nttMul(dx.s[i], ntt(u[i])))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |